home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001339_daemon _Wed Jun 16 22:25:19 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  2.     id AA25837; Wed, 16 Jun 93 22:25:22 MET DST
  3. Return-Path: <guido@cwi.nl>
  4. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  5.     id AA25833; Wed, 16 Jun 93 22:25:19 MET DST
  6. Received: from charon.cwi.nl by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  7.     id AA19440; Wed, 16 Jun 1993 22:47:30 +0200
  8. Received: from voorn.cwi.nl by charon.cwi.nl with SMTP
  9.     id AA20567 (5.65b/3.8/CWI-Amsterdam); Wed, 16 Jun 1993 22:47:26 +0200
  10. Received: by voorn.cwi.nl with SMTP
  11.     id AA18048 (5.65b/3.8/CWI-Amsterdam); Wed, 16 Jun 1993 22:47:24 +0200
  12. Message-Id: <9306162047.AA18048=guido@voorn.cwi.nl>
  13. To: Dudu Rashty +972-2-584848 <RASHTY%HUJIVMS.BITNET@relay.nluug.nl>
  14. Cc: www-talk@nxoc01.cern.ch
  15. Subject: Re: GNU-info files under WWW 
  16. In-Reply-To: Your message of "Wed, 16 Jun 1993 22:24:00 MDT."
  17.              <16060093222410@HUJIVMS> 
  18. From: Guido.van.Rossum@cwi.nl
  19. X-Organization: CWI (Centrum voor Wiskunde en Informatica)
  20. X-Address: P.O. Box 4079, 1009 AB  Amsterdam, The Netherlands
  21. X-Phone: +31 20 5924127 (work), +31 20 6225521 (home), +31 20 5924199 (fax)
  22. Date: Wed, 16 Jun 1993 22:47:24 +0200
  23. Sender: Guido.van.Rossum@cwi.nl
  24.  
  25. >     Has anybody written a server for displaying GNU-info files under WWW?
  26. >     Or anything to convert GNU-info to html.
  27.  
  28. I'm not sure if this fits your bill (since texinfo is one step removed
  29. from plain info), but it won't hurt advertising this piece of code again:
  30.  
  31. I have written a texinfo to html converter in Python.  Python is an
  32. object-oriented interpreted language (also written by me).  The html
  33. converter is part of the Python source distribution (in demo/www); you
  34. can ftp this distribution from ftp.cwi.nl, directory pub/python, file
  35. python0.9.8.tar.Z.  It runs on most UNIX platforms.
  36.  
  37. If you have a Sparc or SGI platform, I can make a binary of just the
  38. texinfo-to-html program available for you; this would save you the
  39. trouble of building Python just to run the script, but means you can't
  40. modify the program (the html it generates may need some
  41. customization).  Let me know if you're interested in this.
  42.  
  43. --Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>